Move Window Position
Command Prototype
Window.Move(objUiElement,x,y)
Command Description
Move the window to a new position in screen coordinates (in pixel)
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- x--X-coordinate of the new position to move to
- y--Y-coordinate of the new position to move to